home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / DARTS 95 / Darts95.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-11-04  |  2KB  |  77 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 156
  7.   ClientWidth = 225
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 209
  19.     Height = 113
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 57
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 40
  37.       Height = 13
  38.       Caption = 'Darts 95'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 40
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 1.0'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 8
  51.       Top = 72
  52.       Width = 173
  53.       Height = 13
  54.       Caption = 'Programmed 1997 by Djogo Nebojsa'
  55.       IsControl = True
  56.     end
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 92
  60.       Width = 189
  61.       Height = 13
  62.       Caption = 'E-mail: 101567.1747@compuserve.com'
  63.     end
  64.   end
  65.   object OKButton: TButton
  66.     Left = 67
  67.     Top = 128
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 1
  74.     OnClick = OKButtonClick
  75.   end
  76. end
  77.